home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 September
/
CHIP Eylül 1998.iso
/
freeware
/
mp3
/
GMP3
/
GMP3.exe
/
0
/
RCDATA
/
TUHWEDITORDLG
/
TUHWEDITORDLG.txt
Wrap
Text File
|
1998-05-24
|
2KB
|
91 lines
object UhwEditorDlg: TUhwEditorDlg
Left = 243
Top = 155
Width = 303
Height = 231
ActiveControl = Button1
Caption = 'Open Font Dialog'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Image1: TImage
Left = 9
Top = 9
Width = 199
Height = 191
end
object Button1: TButton
Left = 216
Top = 8
Width = 73
Height = 25
Caption = 'Open...'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Ms Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 216
Top = 144
Width = 73
Height = 25
Cancel = True
Caption = 'Cancel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Ms Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 216
Top = 176
Width = 73
Height = 25
Caption = 'OK'
Default = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Ms Sans Serif'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 2
end
object Button4: TButton
Left = 216
Top = 40
Width = 73
Height = 25
Cancel = True
Caption = 'Clear'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Ms Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = Button4Click
end
object OpenDialog1: TOpenDialog
Filter = 'UHW Font (*.uhw)|*.uhw'
Left = 256
Top = 96
end
end